How to fix Unterminated expression in f-string; missing close brace in python? - Stack Overflow
s = f'hoge {body['key']}'
s = f'hoge {body["key"]}'
このページの著者: takanotume24